body{ 
	margin: 0; 
    padding: 0; 
} 

.header-column{ 
	width: 100%; 
    display: flex; 
    justify-content: space-between; 
    margin: 0; 
    padding: 0; 
} 

.header-row{ 
	width: 100vw; 
    margin: 0; 
    padding: 0; 
} 

.header-section{ 
	padding: 0; 
}

.header-button{ 
	clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
} 

.banner-row{ 
	width: 100vw; 
    height: 95vh; 
}

.banner-img{
    height: 80vh !important; 
}  

.cta-button{ 
    clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
}

button-div{ 
	height: 150px; 
    width: 50px !important;  
    background: white; 
}

.cta2-button{ 
	clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
    padding: 22px 64px !important;
}

/* Mobile */
@media (max-width: 768px) {
	.header-column {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.header-row {
		width: 100%;
	}

	.header-button {
		width: 100%;
	}
}